home *** CD-ROM | disk | FTP | other *** search
- /cyanbuf w bits mul 7 add 8 idiv string def
-
- /magentabuf cyanbuf length string def
-
- /yellowbuf cyanbuf length string def
-
- /blackbuf cyanbuf length string def
-
- x0 fdh y0 sub dh sub translate w h bits[sx 0 0 sy neg 0 h]
-
- {currentfile cyanbuf fhbinim{readstring}{readhexstring}ifelse pop}
-
- {currentfile magentabuf fhbinim{readstring}{readhexstring}ifelse pop}
-
- {currentfile yellowbuf fhbinim{readstring}{readhexstring}ifelse pop}
-
- {currentfile blackbuf fhbinim{readstring}{readhexstring}ifelse pop}
-
- true 4
-
-